*{
    border: 0;
    padding: 0;
    margin: 0;
}

#lmce{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: url("../img/index/bg.jpg") repeat-y center;
	padding-top:60px;
	padding-bottom: 40px;
}
#lmce_center{
    width: 1140px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*background-color: antiquewhite;*/
}
#lmce_center_title{
    height: 135px;
    background-color: #313F3F;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 245px;
    text-align: center;
    color: #EFD380;
    padding-top: 30px;
}
#lmce_center_title p:nth-child(1){
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
#lmce_center_title p:nth-child(2){
    font-size: 15px;
    color: #8E8272;
}
#lmce_center_type{
    background-color: #F8F1E7;
    width: 245px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 4px solid #313F3F;
    border-right: 4px solid #313F3F;
    height: 60px;
    padding-top: 10px;
}

#lmce_center_type span{
    border: 1px solid #EFD380;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 4px;
}
#lmce_center_type p{
    background-color: #313F3F;
    color: #EFD380;
    width: 195px;
    height: 40px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:8px;
    border-radius: 5px;
    padding-left: 5px;

}
#lmce_center_info{
    width: 245px;
    height: 200px;
    background: url("../img/dfa.png");
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    text-align: center;
    color: #EDD281;
    padding-top: 10px;
}
#lmce_center_info p:nth-child(2){
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
}
#lmce_center_info p:nth-child(3){
     font-size: 22px;
     font-weight: bold;
     margin-top: 10px;
 }
#lmce_center_info p:nth-child(4){
    font-size: 16px;
    font-weight: bold;
    color: black;
    background-color: #EDD281;
    width: 90px;
    margin: 0 auto;
    margin-top: 20px;
    height: 40px;
    border-radius: 5px;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
#lmce_center_phone{
    background-color: #374545;
    height: 141px;
    width: 245px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    color: #EDD281;
    text-align: center;
    padding-top: 10px;


}
#lmce_center_phone p:nth-child(2){
    font-size: 30px;
    font-weight: bold;
}